Naive Bayes
How it works
- Calculate the posterior of category 1 (C1) given X:
where the marginal likelihood
2. Calculate the same for other categories (C2, ...) (by using the same P(X))
4. Compare
thus you can ignore the marginal likelihood P(X) because it is same for all categories.
Why "Naïve"
- Often although it applies and works, the variables are not independent.